Skip to content

api.Document.adoptedStyleSheets - data for when the array becomes mutable #26918

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Josh-Cena opened this issue May 28, 2025 · 1 comment
Open
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API p4 Low priority – Community PRs accepted.

Comments

@Josh-Cena
Copy link
Member

What type of issue is this?

Missing compatibility data

What information was incorrect, unhelpful, or incomplete?

See mdn/content#39711; the property was initially a frozen array and later changed to a mutable array.

What browsers does this problem apply to, if applicable?

No response

What did you expect to see?

Data for when this change happened

Did you test this? If so, how?

None; I suppose it has something to do with w3c/csswg-drafts#6431

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

No response

Do you have anything more you want to share?

No response

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/Document/adoptedStyleSheets

MDN metadata

MDN page report details
  • Query: api.Document.adoptedStyleSheets
  • Report started: 2025-05-28T03:19:24.338Z
@Josh-Cena Josh-Cena added the needs triage This issue needs to be confirmed label May 28, 2025
@github-actions github-actions bot added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label May 28, 2025
@caugner
Copy link
Contributor

caugner commented May 28, 2025

I tested in Chrome 73, Firefox 101, and Safari 16.5 with this JSBin.

Firefox 101 and Safari 16.5 already support mutating the array, whereas only Chrome 99 added this.

@Josh-Cena Would you like to open a PR adding a mutable subfeature? 🙏

@caugner caugner added p4 Low priority – Community PRs accepted. and removed needs triage This issue needs to be confirmed labels May 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API p4 Low priority – Community PRs accepted.
Projects
None yet
Development

No branches or pull requests

2 participants